b6498d048abc184ad337be2a63a4e9e653013719,src/audio/broadcast/icecast/IcecastTCPConfigurationEditor.java,IcecastTCPConfigurationEditor,init,#,69

Before Change



        JLabel channelLabel = new JLabel("Icecast (v2.3) Stream");

        ImageIcon icon = mSettingsManager.getImageIcon(BroadcastServerType.ICECAST_TCP.getIconName(), 25);
        channelLabel.setIcon(icon);

        add(channelLabel, "span, align center");

After Change



        JLabel channelLabel = new JLabel("Icecast (v2.3) Stream");

        ImageIcon icon = mIconManager.getScaledIcon(new ImageIcon(BroadcastServerType.ICECAST_TCP.getIconPath()), 25);
        channelLabel.setIcon(icon);

        add(channelLabel, "span, align center");